• frmChangePassword.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmChangePassword
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmChangePassword))
26         Me.UserID = New System.Windows.Forms.TextBox()
27         Me.Label4 = New System.Windows.Forms.Label()
28         Me.Label3 = New System.Windows.Forms.Label()
29         Me.ConfirmPassword = New System.Windows.Forms.TextBox()
30         Me.NewPassword = New System.Windows.Forms.TextBox()
31         Me.OldPassword = New System.Windows.Forms.TextBox()
32         Me.Label2 = New System.Windows.Forms.Label()
33         Me.Label1 = New System.Windows.Forms.Label()
34         Me.Button1 = New System.Windows.Forms.Button()
35         Me.SuspendLayout()
36         
'
37         
'UserID
38         
'
39         Me.UserID.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower
40         Me.UserID.Location = New System.Drawing.Point(
164, 35)
41         Me.UserID.Name =
"UserID"
42         Me.UserID.Size = New System.Drawing.Size(
122, 20)
43         Me.UserID.TabIndex =
10
44         
'
45         
'Label4
46         
'
47         Me.Label4.AutoSize = True
48         Me.Label4.BackColor = System.Drawing.Color.Transparent
49         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
50         Me.Label4.ForeColor = System.Drawing.Color.Black
51         Me.Label4.Location = New System.Drawing.Point(
25, 35)
52         Me.Label4.Name =
"Label4"
53         Me.Label4.Size = New System.Drawing.Size(
54, 15)
54         Me.Label4.TabIndex =
17
55         Me.Label4.Text =
"User ID :"
56         
'
57         
'Label3
58         
'
59         Me.Label3.AutoSize = True
60         Me.Label3.BackColor = System.Drawing.Color.Transparent
61         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
62         Me.Label3.ForeColor = System.Drawing.Color.Black
63         Me.Label3.Location = New System.Drawing.Point(
25, 113)
64         Me.Label3.Name =
"Label3"
65         Me.Label3.Size = New System.Drawing.Size(
113, 15)
66         Me.Label3.TabIndex =
16
67         Me.Label3.Text =
"Confirm Password :"
68         
'
69         
'ConfirmPassword
70         
'
71         Me.ConfirmPassword.Location = New System.Drawing.Point(
164, 113)
72         Me.ConfirmPassword.Name =
"ConfirmPassword"
73         Me.ConfirmPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
74         Me.ConfirmPassword.Size = New System.Drawing.Size(
122, 20)
75         Me.ConfirmPassword.TabIndex =
14
76         
'
77         
'NewPassword
78         
'
79         Me.NewPassword.Location = New System.Drawing.Point(
164, 87)
80         Me.NewPassword.Name =
"NewPassword"
81         Me.NewPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
82         Me.NewPassword.Size = New System.Drawing.Size(
122, 20)
83         Me.NewPassword.TabIndex =
13
84         
'
85         
'OldPassword
86         
'
87         Me.OldPassword.Location = New System.Drawing.Point(
164, 61)
88         Me.OldPassword.Name =
"OldPassword"
89         Me.OldPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
90         Me.OldPassword.Size = New System.Drawing.Size(
122, 20)
91         Me.OldPassword.TabIndex =
11
92         
'
93         
'Label2
94         
'
95         Me.Label2.AutoSize = True
96         Me.Label2.BackColor = System.Drawing.Color.Transparent
97         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.Label2.ForeColor = System.Drawing.Color.Black
99         Me.Label2.Location = New System.Drawing.Point(
25, 87)
100         Me.Label2.Name =
"Label2"
101         Me.Label2.Size = New System.Drawing.Size(
95, 15)
102         Me.Label2.TabIndex =
12
103         Me.Label2.Text =
"New Password :"
104         
'
105         
'Label1
106         
'
107         Me.Label1.AutoSize = True
108         Me.Label1.BackColor = System.Drawing.Color.Transparent
109         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.Label1.ForeColor = System.Drawing.Color.Black
111         Me.Label1.Location = New System.Drawing.Point(
25, 61)
112         Me.Label1.Name =
"Label1"
113         Me.Label1.Size = New System.Drawing.Size(
89, 15)
114         Me.Label1.TabIndex =
9
115         Me.Label1.Text =
"Old Password :"
116         
'
117         
'Button1
118         
'
119         Me.Button1.BackColor = System.Drawing.SystemColors.Control
120         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
121         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         Me.Button1.Image = Global.Sales_and_Inventory_System.My.Resources.Resources.Action_Security_ChangePassword_32x32
123         Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
124         Me.Button1.Location = New System.Drawing.Point(
79, 166)
125         Me.Button1.Name =
"Button1"
126         Me.Button1.Size = New System.Drawing.Size(
146, 38)
127         Me.Button1.TabIndex =
15
128         Me.Button1.Text =
"&Change Password"
129         Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
130         Me.Button1.UseVisualStyleBackColor = False
131         
'
132         
'frmChangePassword
133         
'
134         Me.AcceptButton = Me.Button1
135         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
136         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
137         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
138         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
139         Me.ClientSize = New System.Drawing.Size(
302, 224)
140         Me.Controls.Add(Me.UserID)
141         Me.Controls.Add(Me.Label4)
142         Me.Controls.Add(Me.Button1)
143         Me.Controls.Add(Me.Label3)
144         Me.Controls.Add(Me.ConfirmPassword)
145         Me.Controls.Add(Me.NewPassword)
146         Me.Controls.Add(Me.OldPassword)
147         Me.Controls.Add(Me.Label2)
148         Me.Controls.Add(Me.Label1)
149         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
150         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
151         Me.MaximizeBox = False
152         Me.MinimizeBox = False
153         Me.Name =
"frmChangePassword"
154         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
155         Me.Text =
"Change Password"
156         Me.ResumeLayout(False)
157         Me.PerformLayout()
158
159     End Sub
160     Friend WithEvents UserID As System.Windows.Forms.TextBox
161     Friend WithEvents Label4 As System.Windows.Forms.Label
162     Friend WithEvents Button1 As System.Windows.Forms.Button
163     Friend WithEvents Label3 As System.Windows.Forms.Label
164     Friend WithEvents ConfirmPassword As System.Windows.Forms.TextBox
165     Friend WithEvents NewPassword As System.Windows.Forms.TextBox
166     Friend WithEvents OldPassword As System.Windows.Forms.TextBox
167     Friend WithEvents Label2 As System.Windows.Forms.Label
168     Friend WithEvents Label1 As System.Windows.Forms.Label
169 End Class


Gõ tìm kiếm nhanh...